home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / mayan.dxr / 00039.ls < prev    next >
Encoding:
Text File  |  1997-05-24  |  197 b   |  12 lines

  1. on mouseDown
  2.   puppetSprite(4, 1)
  3.   set the castNum of sprite 4 to cast "RIGHT PANEL ON"
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp
  8.   puppetSound("DBLCLICK.AIF")
  9.   updateStage()
  10.   go("COCKPIT", "PIRATE")
  11. end
  12.